Skip to content

Conversation

vmedcy
Copy link
Contributor

@vmedcy vmedcy commented Apr 25, 2019

PR#873 introduced a regression in *.lib file handling:
https://github.com/ARMmbed/mbed-cli/pull/873/files

Before 1.10.0, Mbed CLi was able to import components
from lib files with 'latest' or 'tip' tag as revision specifier:
https://github.com/ARMmbed/mbed-os/#latest

It is no longer possible with 1.10.0:
[mbed] ERROR: Named branches not allowed in .lib, offending lib is mbed-os.lib

This change brings back support for both tags in lib files.

PR#873 introduced a regression in *.lib file handling:
https://github.com/ARMmbed/mbed-cli/pull/873/files

Before 1.10.0, Mbed CLi was able to import components
from lib files with 'latest' or 'tip' tag as revision specifier:
https://github.com/ARMmbed/mbed-os/#latest

It is no longer possible with 1.10.0:
[mbed] ERROR: Named branches not allowed in .lib, offending lib is mbed-os.lib

This change brings back support for both tags in lib files.
Copy link
Contributor

@bridadan bridadan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me, thanks for the fix.

@bridadan bridadan merged commit a3d67fb into ARMmbed:master Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants